home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003b.iso / Antywirusy / Panda AntiVirus Platinum 7 / plat7shin.exe / data1.cab / Comunes / Platmsg.dll / 0 / RCDATA / TFORMAVISOVIRUSDETECTADOPROTECPERM / TFORMAVISOVIRUSDETECTADOPROTECPERM.txt
Text File  |  2002-10-11  |  3KB  |  95 lines

  1. object FormAvisoVirusDetectadoProtecPerm: TFormAvisoVirusDetectadoProtecPerm
  2.   Left = 719
  3.   Top = 261
  4.   BorderStyle = bsSingle
  5.   Caption = '∩┐╜Virus detectado!'
  6.   ClientHeight = 263
  7.   ClientWidth = 242
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel: TPndPopupPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 242
  22.     Height = 263
  23.     BodyText = 
  24.       '<B>Nombre del virus:</B><BR>EICAR-AV-TEST-FILE<BR><BR><B>Ubicaci' +
  25.       '∩┐╜n del virus:</B><BR>C:\Archivos de programa\Microsoft Office\Of' +
  26.       'fice\Photodraw\Content\PDClips\Dsgnclip\Abstract\eicar_com.zip[e' +
  27.       'icar.com]'
  28.     BottomText = 'Panda Antivirus Platinum 7'
  29.     HeaderFont.Charset = DEFAULT_CHARSET
  30.     HeaderFont.Color = clWhite
  31.     HeaderFont.Height = -11
  32.     HeaderFont.Name = 'Tahoma'
  33.     HeaderFont.Style = [fsBold]
  34.     HeaderText = 'Deseo...'
  35.     IconImages = ImageListIcono
  36.     IconIndex = 1
  37.     ItemImages = ImageListItems
  38.     Items = <
  39.       item
  40.         Caption = 'Desinfectar virus'
  41.         ImageIndex = 17
  42.         OnClick = DesinfectarVirus
  43.         MostrarEnReducido = True
  44.       end
  45.       item
  46.         Caption = 'Informaci∩┐╜n sobre el virus'
  47.         ImageIndex = 15
  48.         OnClick = InformacionVirus
  49.         MostrarEnReducido = True
  50.       end
  51.       item
  52.         Caption = 'Informaci∩┐╜n sobre el archivo'
  53.         Visible = False
  54.         ImageIndex = 14
  55.         OnClick = InformacionArchivo
  56.         MostrarEnReducido = True
  57.       end
  58.       item
  59.         Caption = 'Mover archivo al ∩┐╜rea de cuarentena'
  60.         ImageIndex = 37
  61.         OnClick = MoverArchivoCuarentena
  62.       end
  63.       item
  64.         Caption = 'Borrar archivo infectado'
  65.         ImageIndex = 36
  66.         OnClick = BorrarArchivo
  67.       end
  68.       item
  69.         Caption = 'Consultar el informe'
  70.         ImageIndex = 22
  71.         OnClick = ConsultarInforme
  72.         MostrarSoloEnAlertasAgrupadas = True
  73.       end>
  74.     ItemsFont.Charset = DEFAULT_CHARSET
  75.     ItemsFont.Color = clBlack
  76.     ItemsFont.Height = -11
  77.     ItemsFont.Name = 'Tahoma'
  78.     ItemsFont.Style = []
  79.     TextoAlertasAgrupadas = 
  80.       'En el informe se encuentran nuevas notificaciones similares a es' +
  81.       'ta'
  82.     Title = '∩┐╜Virus detectado!'
  83.   end
  84.   object ImageListItems: TImageList
  85.     Left = 208
  86.     Top = 224
  87.   end
  88.   object ImageListIcono: TImageList
  89.     Height = 48
  90.     Width = 48
  91.     Left = 208
  92.     Top = 184
  93.   end
  94. end
  95.